home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / f90 / not.z / not
Encoding:
Text File  |  2002-10-03  |  2.0 KB  |  63 lines

  1. NOT(3I)                                               Last changed: 4-13-99
  2.  
  3.  
  4. NNAAMMEE
  5.      NNOOTT, IINNOOTT, JJNNOOTT, KKNNOOTT - Performs a logical complement
  6.  
  7. SSYYNNOOPPSSIISS
  8.      NNOOTT (([II==]_i))
  9.      IINNOOTT (([II==]_i))
  10.      JJNNOOTT (([II==]_i))
  11.      KKNNOOTT (([II==]_i))
  12.  
  13. IIMMPPLLEEMMEENNTTAATTIIOONN
  14.      UNICOS, UNICOS/mk, IRIX systems
  15.  
  16.      CF90, MIPSpro 7 Fortran 90, MIPSpro Fortran 77
  17.  
  18. SSTTAANNDDAARRDDSS
  19.      Fortran
  20.  
  21.      Fortran extensions:  IINNOOTT, JJNNOOTT, KKNNOOTT
  22.  
  23. DDEESSCCRRIIPPTTIIOONN
  24.      The NNOOTT, IINNOOTT, JJNNOOTT, and KKNNOOTT intrinsic functions perform a logical
  25.      complement.  They accept the following argument:
  26.  
  27.      _i         Must be of type integer.  For IINNOOTT, must be of type integer
  28.                (KIND=2).  For JJNNOOTT, must be of type integer (KIND=4).  For
  29.                KKNNOOTT, must be of type integer (KIND=8).
  30.  
  31.      These are elemental intrinsic functions.  The names of these
  32.      intrinsics cannot be passed as arguments.
  33.  
  34. RREETTUURRNN VVAALLUUEESS
  35.      The result type and type parameter are the same as _i.  On IRIX
  36.      systems, the result can be affected by the --ii option on the ff9900(1)
  37.      command line.
  38.  
  39.      The result has the value obtained by complementing _i bit-by-bit
  40.      according to the following truth table:
  41.  
  42.           _i  NNOOTT (_i)
  43.  
  44.           1  0
  45.  
  46.           0  1
  47.  
  48.      The bit model defines the interpretation of an integer value as a
  49.      sequence of bits.  For more information on the bit model, see the
  50.      MMOODDEELLSS(3I) man page.
  51.  
  52. EEXXAAMMPPLLEESS
  53.      If II is represented by the string of bits 01010101, NNOOTT((II)) has the
  54.      binary value 10101010.
  55.  
  56. SSEEEE AALLSSOO
  57.      ff9900(1)
  58.  
  59.      MMOODDEELLSS(3I)
  60.  
  61.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
  62.      man page.
  63.